home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / tk8.4.postinst < prev    next >
Text File  |  2009-04-29  |  504b  |  22 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "configure" ]; then
  6.     update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.4 841 \
  7.             --slave /usr/share/man/man1/wish.1.gz wish.1 \
  8.             /usr/share/man/man1/wish8.4.1.gz
  9. fi
  10.  
  11. # Automatically added by dh_installmenu
  12. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  13.     update-menus
  14. fi
  15. # End automatically added section
  16. # Automatically added by dh_makeshlibs
  17. if [ "$1" = "configure" ]; then
  18.     ldconfig
  19. fi
  20. # End automatically added section
  21.  
  22.